Trace number 4542259

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 1721.32 1092.26

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height36_pigeons35_holes34.opb
MD5SUM8324c3ed1748cac240c60f4c3727f95f
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 benchmark268.679
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables837976
Total number of constraints52507
Number of constraints which are clauses26605
Number of constraints which are cardinality constraints (but not clauses)23201
Number of constraints which are nor clauses,nor cardinality constraints2701
Minimum length of a constraint34
Maximum length of a constraint39
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 42
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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=181728, runsolver pid=181725

[startup+0.10007 s]*
/proc/loadavg: 6.94 5.67 4.80 7/256 181729
/proc/meminfo: memFree=94480744/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=69996 memory=27008 CPUtime=0.1 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 5787 0 0 0 9 1 0 0 20 0 1 0 237710287 71675904 6752 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 17499 6752 1120 6655 0 7734 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 69996 KiB
Current children cumulated memory: 27008 KiB

[startup+0.213563 s]*
/proc/loadavg: 6.94 5.67 4.80 7/256 181729
/proc/meminfo: memFree=94464868/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=136836 memory=74624 CPUtime=0.21 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 11046 0 0 0 18 3 0 0 20 0 1 0 237710287 140120064 18656 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 34209 18656 1120 6655 0 24444 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 136836 KiB
Current children cumulated memory: 74624 KiB

[startup+0.313515 s]*
/proc/loadavg: 6.94 5.67 4.80 7/256 181729
/proc/meminfo: memFree=94306772/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=246232 memory=211420 CPUtime=0.31 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 21242 0 0 0 24 7 0 0 20 0 1 0 237710287 252141568 52855 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 61558 52855 1120 6655 0 51793 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 246232 KiB
Current children cumulated memory: 211420 KiB

[startup+0.700342 s]
/proc/loadavg: 6.94 5.67 4.80 7/256 181729
/proc/meminfo: memFree=94201940/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=447800 memory=412904 CPUtime=0.68 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 69048 0 0 0 50 18 0 0 20 0 1 0 237710287 458547200 103226 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 111950 103226 1120 6655 0 102185 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 447800 KiB
Current children cumulated memory: 412904 KiB

[startup+1.50031 s]
/proc/loadavg: 6.94 5.67 4.80 7/256 181729
/proc/meminfo: memFree=93963732/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=590160 memory=554712 CPUtime=1.48 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 101433 0 0 0 122 26 0 0 20 0 1 0 237710287 604323840 138678 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 147540 138678 1120 6655 0 137775 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 590160 KiB
Current children cumulated memory: 554712 KiB

[startup+3.11294 s]
/proc/loadavg: 6.87 5.68 4.80 7/256 181729
/proc/meminfo: memFree=93920644/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=590160 memory=554712 CPUtime=3.09 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 102455 0 0 0 283 26 0 0 20 0 1 0 237710287 604323840 138678 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 147540 138678 1120 6655 0 137775 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 590160 KiB
Current children cumulated memory: 554712 KiB

[startup+6.30032 s]
/proc/loadavg: 6.87 5.68 4.80 7/256 181729
/proc/meminfo: memFree=93930268/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=590160 memory=554712 CPUtime=6.27 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 102640 0 0 0 600 27 0 0 20 0 1 0 237710287 604323840 138678 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 147540 138678 1120 6655 0 137775 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 590160 KiB
Current children cumulated memory: 554712 KiB

[startup+12.7004 s]
/proc/loadavg: 6.80 5.68 4.81 7/257 181730
/proc/meminfo: memFree=93146192/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=1675748 memory=1388712 CPUtime=12.65 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 188962 0 0 0 1212 53 0 0 20 0 2 0 237710287 1715965952 347178 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 418937 347178 2880 6655 0 392820 0
[pid=181728/tid=181730] ppid=181725 vsize=1675748 memory=1047312 CPUtime=0 cores=0,2
/proc/181728/task/181730/stat : 181730 (LSIPExact) S 181725 181728 181591 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237711360 1715965952 347178 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1675748 KiB
Current children cumulated memory: 1388712 KiB

[startup+25.5004 s]
/proc/loadavg: 6.55 5.68 4.82 6/256 181775
/proc/meminfo: memFree=92879476/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=2066508 memory=1721376 CPUtime=25.42 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 261756 0 0 0 2466 76 0 0 20 0 2 0 237710287 2116104192 430344 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 516627 430344 2880 6655 0 490510 0
[pid=181728/tid=181730] ppid=181725 vsize=2066508 memory=1720096 CPUtime=0 cores=0,2
/proc/181728/task/181730/stat : 181730 (LSIPExact) S 181725 181728 181591 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237711360 2116104192 430344 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2066508 KiB
Current children cumulated memory: 1721376 KiB

[startup+51.1132 s]
/proc/loadavg: 6.15 5.66 4.84 7/258 181824
/proc/meminfo: memFree=92888820/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=2083800 memory=1739040 CPUtime=50.96 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 271843 0 0 0 5018 78 0 0 20 0 2 0 237710287 2133811200 434760 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 520950 434760 2880 6655 0 494833 0
[pid=181728/tid=181730] ppid=181725 vsize=2083800 memory=1736608 CPUtime=0 cores=0,2
/proc/181728/task/181730/stat : 181730 (LSIPExact) S 181725 181728 181591 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237711360 2133811200 434760 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2083800 KiB
Current children cumulated memory: 1739040 KiB

[startup+102.3 s]
/proc/loadavg: 6.33 5.78 4.92 8/255 181826
/proc/meminfo: memFree=90889716/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=3815484 memory=3238536 CPUtime=117.48 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 508624 0 0 0 11599 149 0 0 20 0 2 0 237710287 3907055616 809634 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 953871 809634 3360 6655 0 939001 0
[pid=181728/tid=181730] ppid=181725 vsize=3815484 memory=3237896 CPUtime=19.97 cores=0,2
/proc/181728/task/181730/stat : 181730 (LSIPExact) R 181725 181728 181591 0 -1 4194368 95265 0 0 0 1964 33 0 0 20 0 2 0 237711360 3907055616 809634 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
Current children cumulated CPU time: 117.48 s
Current children cumulated vsize: 3815484 KiB
Current children cumulated memory: 3238536 KiB

[startup+162.3 s]
/proc/loadavg: 6.80 6.02 5.06 8/255 181828
/proc/meminfo: memFree=90254440/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=4212408 memory=3713604 CPUtime=236.48 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 649672 0 0 0 23453 195 0 0 20 0 2 0 237710287 4313505792 928401 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 1053102 928401 3392 6655 0 1038232 0
[pid=181728/tid=181730] ppid=181725 vsize=4212408 memory=16368 CPUtime=79.24 cores=0,2
/proc/181728/task/181730/stat : 181730 (LSIPExact) R 181725 181728 181591 0 -1 4194368 144396 0 0 0 7883 41 0 0 20 0 2 0 237711360 4313505792 928401 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
Current children cumulated CPU time: 236.48 s
Current children cumulated vsize: 4212408 KiB
Current children cumulated memory: 3713604 KiB

[startup+222.3 s]
/proc/loadavg: 6.96 6.20 5.19 8/255 181831
/proc/meminfo: memFree=89985096/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=4158804 memory=3741188 CPUtime=355.41 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 683728 0 0 0 35334 207 0 0 20 0 2 0 237710287 4258615296 935297 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 1039701 935297 3392 6655 0 1024831 0
[pid=181728/tid=181730] ppid=181725 vsize=4158804 memory=3741188 CPUtime=138.47 cores=0,2
/proc/181728/task/181730/stat : 181730 (LSIPExact) R 181725 181728 181591 0 -1 4194368 162921 0 0 0 13804 43 0 0 20 0 2 0 237711360 4258615296 935297 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
Current children cumulated CPU time: 355.41 s
Current children cumulated vsize: 4158804 KiB
Current children cumulated memory: 3741188 KiB

[startup+282.3 s]
/proc/loadavg: 6.99 6.35 5.30 8/256 181834
/proc/meminfo: memFree=89698120/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=4158804 memory=3769296 CPUtime=474.45 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 765215 0 0 0 47229 216 0 0 20 0 2 0 237710287 4258615296 942324 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 1039701 942324 3392 6655 0 1024831 0
[pid=181728/tid=181730] ppid=181725 vsize=4158804 memory=3750276 CPUtime=197.77 cores=0,2
/proc/181728/task/181730/stat : 181730 (LSIPExact) R 181725 181728 181591 0 -1 4194368 180665 0 0 0 19731 46 0 0 20 0 2 0 237711360 4258615296 942324 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
Current children cumulated CPU time: 474.45 s
Current children cumulated vsize: 4158804 KiB
Current children cumulated memory: 3769296 KiB

[startup+342.3 s]
/proc/loadavg: 7.07 6.49 5.42 8/256 181836
/proc/meminfo: memFree=88551148/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=4158804 memory=3769296 CPUtime=593.47 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 825882 0 0 0 59126 221 0 0 20 0 2 0 237710287 4258615296 942324 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 1039701 942324 3392 6655 0 1024831 0
[pid=181728/tid=181730] ppid=181725 vsize=4158804 memory=11008 CPUtime=257.05 cores=0,2
/proc/181728/task/181730/stat : 181730 (LSIPExact) R 181725 181728 181591 0 -1 4194368 212579 0 0 0 25657 48 0 0 20 0 2 0 237711360 4258615296 942324 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
Current children cumulated CPU time: 593.47 s
Current children cumulated vsize: 4158804 KiB
Current children cumulated memory: 3769296 KiB

[startup+402.3 s]

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

Current children cumulated memory: 7921200 KiB

[startup+822.3 s]
/proc/loadavg: 4.67 5.77 5.59 5/255 181910
/proc/meminfo: memFree=59042216/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=3864220 memory=3531728 CPUtime=1357.18 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) S 181725 181728 181591 0 -1 4194304 1318679 0 0 0 135373 345 0 0 20 0 1 0 237710287 3956961280 882932 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 966055 882932 3424 6655 0 951185 0
[pid=181861] ppid=181728 vsize=4643604 memory=4402592 CPUtime=94.94 cores=0,2
/proc/181861/stat : 181861 (Exact) R 181728 181861 181861 0 -1 4194304 612699 0 0 0 9319 175 0 0 20 0 1 0 237782995 4755050496 1100648 18446744073709551615 4198400 8335837 140721200492960 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44077056 140721200498873 140721200499227 140721200499227 140721200504783 0
/proc/181861/statm: 1160901 1100648 1088 1011 0 1159668 0
Current children cumulated CPU time: 1452.12 s
Current children cumulated vsize: 8507824 KiB
Current children cumulated memory: 7934320 KiB

[startup+882.3 s]
/proc/loadavg: 4.34 5.48 5.50 5/254 181957
/proc/meminfo: memFree=68849044/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=3864220 memory=3531728 CPUtime=1357.18 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) S 181725 181728 181591 0 -1 4194304 1318679 0 0 0 135373 345 0 0 20 0 1 0 237710287 3956961280 882932 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 966055 882932 3424 6655 0 951185 0
[pid=181861] ppid=181728 vsize=4643604 memory=4427936 CPUtime=154.76 cores=0,2
/proc/181861/stat : 181861 (Exact) R 181728 181861 181861 0 -1 4194304 615682 0 0 0 15299 177 0 0 20 0 1 0 237782995 4755050496 1106984 18446744073709551615 4198400 8335837 140721200492960 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44077056 140721200498873 140721200499227 140721200499227 140721200504783 0
/proc/181861/statm: 1160901 1106984 1088 1011 0 1159668 0
Current children cumulated CPU time: 1511.94 s
Current children cumulated vsize: 8507824 KiB
Current children cumulated memory: 7959664 KiB

[startup+942.3 s]
/proc/loadavg: 4.52 5.33 5.44 5/253 182005
/proc/meminfo: memFree=67948308/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=3864220 memory=3531728 CPUtime=1357.18 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) S 181725 181728 181591 0 -1 4194304 1318679 0 0 0 135373 345 0 0 20 0 1 0 237710287 3956961280 882932 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 966055 882932 3424 6655 0 951185 0
[pid=181861] ppid=181728 vsize=4643604 memory=4453776 CPUtime=214.58 cores=0,2
/proc/181861/stat : 181861 (Exact) R 181728 181861 181861 0 -1 4194304 616998 0 0 0 21280 178 0 0 20 0 1 0 237782995 4755050496 1113444 18446744073709551615 4198400 8335837 140721200492960 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44077056 140721200498873 140721200499227 140721200499227 140721200504783 0
/proc/181861/statm: 1160901 1113444 1088 1011 0 1159668 0
Current children cumulated CPU time: 1571.76 s
Current children cumulated vsize: 8507824 KiB
Current children cumulated memory: 7985504 KiB

[startup+1002.3 s]
/proc/loadavg: 4.70 5.21 5.39 6/253 182007
/proc/meminfo: memFree=66918540/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=3864220 memory=3531728 CPUtime=1357.18 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) S 181725 181728 181591 0 -1 4194304 1318679 0 0 0 135373 345 0 0 20 0 1 0 237710287 3956961280 882932 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 966055 882932 3424 6655 0 951185 0
[pid=181861] ppid=181728 vsize=4669932 memory=4519012 CPUtime=274.41 cores=0,2
/proc/181861/stat : 181861 (Exact) R 181728 181861 181861 0 -1 4194304 622377 0 0 0 27260 181 0 0 20 0 1 0 237782995 4782010368 1129753 18446744073709551615 4198400 8335837 140721200492960 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44077056 140721200498873 140721200499227 140721200499227 140721200504783 0
/proc/181861/statm: 1167483 1129753 1088 1011 0 1166250 0
Current children cumulated CPU time: 1631.59 s
Current children cumulated vsize: 8534152 KiB
Current children cumulated memory: 8050740 KiB

[startup+1062.3 s]
/proc/loadavg: 4.94 5.18 5.37 6/253 182009
/proc/meminfo: memFree=66739888/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=3864220 memory=3531728 CPUtime=1357.18 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) S 181725 181728 181591 0 -1 4194304 1318679 0 0 0 135373 345 0 0 20 0 1 0 237710287 3956961280 882932 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 966055 882932 3424 6655 0 951185 0
[pid=181861] ppid=181728 vsize=4699124 memory=4580972 CPUtime=334.24 cores=0,2
/proc/181861/stat : 181861 (Exact) R 181728 181861 181861 0 -1 4194304 628074 0 0 0 33240 184 0 0 20 0 1 0 237782995 4811902976 1145243 18446744073709551615 4198400 8335837 140721200492960 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44077056 140721200498873 140721200499227 140721200499227 140721200504783 0
/proc/181861/statm: 1174781 1145243 1088 1011 0 1173548 0
Current children cumulated CPU time: 1691.42 s
Current children cumulated vsize: 8563344 KiB
Current children cumulated memory: 8112700 KiB

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

# cumulated CPU time of all completed processes:  user=1715.6 s, system=5.71906 s

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

[startup+1075.2 s]
/proc/loadavg: 5.02 5.19 5.37 6/253 182009
/proc/meminfo: memFree=66597956/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=3864220 memory=3531728 CPUtime=1357.18 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) S 181725 181728 181591 0 -1 4194304 1318679 0 0 0 135373 345 0 0 20 0 1 0 237710287 3956961280 882932 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 966055 882932 3424 6655 0 951185 0
[pid=181861] ppid=181728 vsize=4708856 memory=4587796 CPUtime=347.11 cores=0,2
/proc/181861/stat : 181861 (Exact) R 181728 181861 181861 0 -1 4194304 629197 0 0 0 34526 185 0 0 20 0 1 0 237782995 4821868544 1146949 18446744073709551615 4198400 8335837 140721200492960 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44077056 140721200498873 140721200499227 140721200499227 140721200504783 0
/proc/181861/statm: 1177214 1146949 1088 1011 0 1175981 0
Current children cumulated CPU time: 1704.29 s
Current children cumulated vsize: 8573076 KiB
Current children cumulated memory: 8119524 KiB

[startup+1081.6 s]
/proc/loadavg: 5.02 5.19 5.37 6/253 182010
/proc/meminfo: memFree=66169404/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=3864220 memory=3531728 CPUtime=1357.18 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) S 181725 181728 181591 0 -1 4194304 1318679 0 0 0 135373 345 0 0 20 0 1 0 237710287 3956961280 882932 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 966055 882932 3424 6655 0 951185 0
[pid=181861] ppid=181728 vsize=4708856 memory=4589844 CPUtime=353.48 cores=0,2
/proc/181861/stat : 181861 (Exact) R 181728 181861 181861 0 -1 4194304 629348 0 0 0 35163 185 0 0 20 0 1 0 237782995 4821868544 1147461 18446744073709551615 4198400 8335837 140721200492960 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44077056 140721200498873 140721200499227 140721200499227 140721200504783 0
/proc/181861/statm: 1177214 1147461 1088 1011 0 1175981 0
Current children cumulated CPU time: 1710.66 s
Current children cumulated vsize: 8573076 KiB
Current children cumulated memory: 8121572 KiB

[startup+1088 s]*
/proc/loadavg: 5.02 5.18 5.36 6/253 182010
/proc/meminfo: memFree=66076728/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=3864220 memory=3531728 CPUtime=1357.18 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) S 181725 181728 181591 0 -1 4194304 1318679 0 0 0 135373 345 0 0 20 0 1 0 237710287 3956961280 882932 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 966055 882932 3424 6655 0 951185 0
[pid=181861] ppid=181728 vsize=4713664 memory=4609372 CPUtime=359.88 cores=0,2
/proc/181861/stat : 181861 (Exact) R 181728 181861 181861 0 -1 4194304 632252 0 0 0 35802 186 0 0 20 0 1 0 237782995 4826791936 1152343 18446744073709551615 4198400 8335837 140721200492960 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44077056 140721200498873 140721200499227 140721200499227 140721200504783 0
/proc/181861/statm: 1178416 1152343 1088 1011 0 1177183 0
Current children cumulated CPU time: 1717.06 s
Current children cumulated vsize: 8577884 KiB
Current children cumulated memory: 8141100 KiB

[startup+1089.6 s]
/proc/loadavg: 5.02 5.18 5.36 6/253 182010
/proc/meminfo: memFree=66068664/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=3864220 memory=3531728 CPUtime=1357.18 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) S 181725 181728 181591 0 -1 4194304 1318679 0 0 0 135373 345 0 0 20 0 1 0 237710287 3956961280 882932 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 966055 882932 3424 6655 0 951185 0
[pid=181861] ppid=181728 vsize=3623604 memory=3586824 CPUtime=361.46 cores=0,2
/proc/181861/stat : 181861 (Exact) R 181728 181861 181861 0 -1 4194304 634527 0 0 0 35959 187 0 0 20 0 1 0 237782995 3710570496 896706 18446744073709551615 4198400 8335837 140721200492960 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44077056 140721200498873 140721200499227 140721200499227 140721200504783 0
/proc/181861/statm: 905901 896706 1120 1011 0 904668 0
Current children cumulated CPU time: 1718.64 s
Current children cumulated vsize: 7487824 KiB
Current children cumulated memory: 7118552 KiB

[startup+1091.2 s]
/proc/loadavg: 5.02 5.18 5.36 6/253 182010
/proc/meminfo: memFree=67498308/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=3864220 memory=3531728 CPUtime=1357.18 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) S 181725 181728 181591 0 -1 4194304 1318679 0 0 0 135373 345 0 0 20 0 1 0 237710287 3956961280 882932 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 966055 882932 3424 6655 0 951185 0
[pid=181861] ppid=181728 vsize=3175864 memory=3139164 CPUtime=363.05 cores=0,2
/proc/181861/stat : 181861 (Exact) R 181728 181861 181861 0 -1 4194304 635312 0 0 0 36118 187 0 0 20 0 1 0 237782995 3252084736 784791 18446744073709551615 4198400 8335837 140721200492960 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 44077056 140721200498873 140721200499227 140721200499227 140721200504783 0
/proc/181861/statm: 793966 784791 1120 1011 0 792733 0
Current children cumulated CPU time: 1720.23 s
Current children cumulated vsize: 7040084 KiB
Current children cumulated memory: 6670892 KiB

[startup+1092 s]*
/proc/loadavg: 5.02 5.18 5.36 6/252 182010
/proc/meminfo: memFree=70736572/131382116 swapFree=33005528/33010684
[pid=181728] ppid=181725 vsize=3752920 memory=3420432 CPUtime=1721.05 cores=0,2
/proc/181728/stat : 181728 (LSIPExact) R 181725 181728 181591 0 -1 4194304 1405632 635585 0 0 135424 357 36127 197 20 0 1 0 237710287 3842990080 855108 18446744073709551615 94368121618432 94368148874833 140725740397408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94368157377672 94368157809280 94368175271936 140725740403032 140725740403208 140725740403208 140725740408812 0
/proc/181728/statm: 938230 855108 3424 6655 0 923360 0
Current children cumulated CPU time: 1721.05 s
Current children cumulated vsize: 3752920 KiB
Current children cumulated memory: 3420432 KiB

[startup+1092.21 s]
/proc/loadavg: 5.02 5.18 5.36 6/252 182010
/proc/meminfo: memFree=70800660/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): 1092.26
CPU time (s): 1721.32
CPU user time (s): 1715.6
CPU system time (s): 5.71906
CPU usage (%): 157.592
Max. virtual memory (cumulated for all children) (KiB): 8591008
Max. memory (cumulated for all children) (KiB): 8154276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1715.6
system time used= 5.71906
maximum resident set size= 6542900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2050664
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= 307
involuntary context switches= 13647


# summary of solver processes directly reported to runsolver:
#   pid: 181728
#   total CPU time (s): 1721.32
#   total CPU user time (s): 1715.6
#   total CPU system time (s): 5.71906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.46908 second user time and 7.92286 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-22 23:38:29
IDJOB=4542259
IDBENCH=163916
IDSOLVER=3336
FILE ID=nodeC010/4542259-1753220308
RUNJOBID= nodeC010-1753219980-181601
SLURM_JOB_ID= 9687804
Free space on /tmp= 432460 MiB

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

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

MD5SUM BENCH= 8324c3ed1748cac240c60f4c3727f95f
RANDOM SEED=1904456177

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		: 1995.248
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		: 3591.331
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		: 1197.216
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		: 3491.600
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		: 3591.434
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		: 3591.439
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		: 3591.445
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		: 1197.027
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:        94504588 kB
MemAvailable:   118830188 kB
Buffers:             228 kB
Cached:         25089892 kB
SwapCached:         4300 kB
Active:         11895292 kB
Inactive:       24253396 kB
Active(anon):   11031688 kB
Inactive(anon):    48712 kB
Active(file):     863604 kB
Inactive(file): 24204684 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             64484 kB
Writeback:             0 kB
AnonPages:      11052648 kB
Mapped:           138792 kB
Shmem:             21832 kB
KReclaimable:     193880 kB
Slab:             285312 kB
SReclaimable:     193880 kB
SUnreclaim:        91432 kB
KernelStack:        4128 kB
PageTables:        25284 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12949020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6930432 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= 432380 MiB
End job on nodeC010 at 2025-07-22 23:56:41