Trace number 4542415

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 3229.35 3239.18

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height49_pigeons48_holes47.opb
MD5SUM7e0508be19eaed927bf3c4f26c43c105
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 benchmark1875.25
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2878950
Total number of constraints128479
Number of constraints which are clauses64877
Number of constraints which are cardinality constraints (but not clauses)58652
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint47
Maximum length of a constraint52
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 55
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

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

solver pid=166644, runsolver pid=166641

[startup+0.100065 s]*
/proc/loadavg: 1.23 2.14 3.21 5/263 166645
/proc/meminfo: memFree=128041288/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=115004 memory=72220 CPUtime=0.09 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 16035 0 0 0 7 2 0 0 20 0 1 0 237783250 117764096 18055 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 28751 18055 1184 6655 0 18986 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 115004 KiB
Current children cumulated memory: 72220 KiB

[startup+0.205494 s]*
/proc/loadavg: 1.23 2.14 3.21 5/263 166645
/proc/meminfo: memFree=127839428/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=159884 memory=117148 CPUtime=0.2 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 27243 0 0 0 15 5 0 0 20 0 1 0 237783250 163721216 29287 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 39971 29287 1184 6655 0 30206 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 159884 KiB
Current children cumulated memory: 117148 KiB

[startup+0.305469 s]*
/proc/loadavg: 1.23 2.14 3.21 5/263 166645
/proc/meminfo: memFree=127372296/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=201860 memory=159132 CPUtime=0.29 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 37750 0 0 0 23 6 0 0 20 0 1 0 237783250 206704640 39783 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 50465 39783 1184 6655 0 40700 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 201860 KiB
Current children cumulated memory: 159132 KiB

[startup+0.700137 s]
/proc/loadavg: 1.23 2.14 3.21 6/263 166645
/proc/meminfo: memFree=126487528/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=863408 memory=828960 CPUtime=0.69 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 90219 0 0 0 45 24 0 0 20 0 1 0 237783250 884129792 207240 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 215852 207240 1184 6655 0 206087 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 863408 KiB
Current children cumulated memory: 828960 KiB

[startup+1.50019 s]
/proc/loadavg: 1.23 2.14 3.21 5/263 166645
/proc/meminfo: memFree=125340736/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=1478920 memory=1443680 CPUtime=1.48 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 230627 0 0 0 103 45 0 0 20 0 1 0 237783250 1514414080 360920 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 369730 360920 1184 6655 0 359965 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1478920 KiB
Current children cumulated memory: 1443680 KiB

[startup+3.10634 s]
/proc/loadavg: 1.23 2.14 3.21 5/263 166645
/proc/meminfo: memFree=123826672/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=1961664 memory=1916808 CPUtime=3.07 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 338306 0 0 0 242 65 0 0 20 0 1 0 237783250 2008743936 479202 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 490416 479202 1184 6655 0 480651 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1961664 KiB
Current children cumulated memory: 1916808 KiB

[startup+6.30023 s]
/proc/loadavg: 1.45 2.17 3.22 5/263 166645
/proc/meminfo: memFree=123827380/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=1961664 memory=1916808 CPUtime=6.26 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 338788 0 0 0 559 67 0 0 20 0 1 0 237783250 2008743936 479202 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 490416 479202 1184 6655 0 480651 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1961664 KiB
Current children cumulated memory: 1916808 KiB

[startup+12.7002 s]
/proc/loadavg: 1.65 2.20 3.22 6/266 166648
/proc/meminfo: memFree=120648968/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=3527932 memory=3352232 CPUtime=12.63 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 447960 0 0 0 1156 107 0 0 20 0 2 0 237783250 3612602368 838058 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 881983 838058 2656 6655 0 855866 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 3527932 KiB
Current children cumulated memory: 3352232 KiB

[startup+25.5002 s]
/proc/loadavg: 2.40 2.34 3.25 6/267 166649
/proc/meminfo: memFree=115419668/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=6385396 memory=5390224 CPUtime=25.41 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 545727 0 0 0 2356 185 0 0 20 0 2 0 237783250 6538645504 1347556 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1596349 1347556 2912 6655 0 1570232 0
[pid=166644/tid=166649] ppid=166641 vsize=6385396 memory=14444 CPUtime=0 cores=1,3
/proc/166644/task/166649/stat : 166649 (LSIPExact) S 166641 166644 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784461 6538645504 1347556 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 6385396 KiB
Current children cumulated memory: 5390224 KiB

[startup+51.106 s]
/proc/loadavg: 3.35 2.57 3.30 6/267 166650
/proc/meminfo: memFree=114256484/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=6759792 memory=5671148 CPUtime=50.91 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 616607 0 0 0 4859 232 0 0 20 0 2 0 237783250 6922027008 1417787 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1689948 1417787 2944 6655 0 1663831 0
[pid=166644/tid=166649] ppid=166641 vsize=6759792 memory=5671148 CPUtime=0 cores=1,3
/proc/166644/task/166649/stat : 166649 (LSIPExact) S 166641 166644 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784461 6922027008 1417787 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 6759792 KiB
Current children cumulated memory: 5671148 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 2.89 3.37 6/267 166697
/proc/meminfo: memFree=113249508/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=6767316 memory=5678956 CPUtime=101.87 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 622853 0 0 0 9953 234 0 0 20 0 2 0 237783250 6929731584 1419739 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1691829 1419739 2944 6655 0 1665712 0
[pid=166644/tid=166649] ppid=166641 vsize=6767316 memory=5677548 CPUtime=0 cores=1,3
/proc/166644/task/166649/stat : 166649 (LSIPExact) S 166641 166644 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784461 6929731584 1419739 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 6767316 KiB
Current children cumulated memory: 5678956 KiB

[startup+162.3 s]
/proc/loadavg: 4.71 3.29 3.48 6/267 166698
/proc/meminfo: memFree=112578376/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=6784212 memory=5698000 CPUtime=161.62 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 632251 0 0 0 15924 238 0 0 20 0 2 0 237783250 6947033088 1424500 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1696053 1424500 2944 6655 0 1669936 0
[pid=166644/tid=166649] ppid=166641 vsize=6784212 memory=5686764 CPUtime=0 cores=1,3
/proc/166644/task/166649/stat : 166649 (LSIPExact) S 166641 166644 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784461 6947033088 1424500 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
Current children cumulated CPU time: 161.62 s
Current children cumulated vsize: 6784212 KiB
Current children cumulated memory: 5698000 KiB

[startup+222.3 s]
/proc/loadavg: 4.99 3.63 3.59 6/268 166701
/proc/meminfo: memFree=112339560/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=6799128 memory=5713104 CPUtime=221.37 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 640737 0 0 0 21896 241 0 0 20 0 2 0 237783250 6962307072 1428276 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1699782 1428276 2944 6655 0 1673665 0
[pid=166644/tid=166649] ppid=166641 vsize=6799128 memory=27648 CPUtime=0 cores=1,3
/proc/166644/task/166649/stat : 166649 (LSIPExact) S 166641 166644 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784461 6962307072 1428276 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
Current children cumulated CPU time: 221.37 s
Current children cumulated vsize: 6799128 KiB
Current children cumulated memory: 5713104 KiB

[startup+282.3 s]
/proc/loadavg: 5.00 3.89 3.68 6/269 166710
/proc/meminfo: memFree=112306440/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=6812724 memory=5726800 CPUtime=281.15 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 648856 0 0 0 27870 245 0 0 20 0 2 0 237783250 6976229376 1431700 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1703181 1431700 2944 6655 0 1677064 0
[pid=166644/tid=166649] ppid=166641 vsize=6812724 memory=14444 CPUtime=0 cores=1,3
/proc/166644/task/166649/stat : 166649 (LSIPExact) S 166641 166644 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784461 6976229376 1431700 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
Current children cumulated CPU time: 281.15 s
Current children cumulated vsize: 6812724 KiB
Current children cumulated memory: 5726800 KiB

[startup+342.3 s]
/proc/loadavg: 5.11 4.12 3.78 6/268 166712
/proc/meminfo: memFree=112263956/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=6825264 memory=5739344 CPUtime=340.93 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 657094 0 0 0 33845 248 0 0 20 0 2 0 237783250 6989070336 1434836 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1706316 1434836 2944 6655 0 1680199 0
[pid=166644/tid=166649] ppid=166641 vsize=6825264 memory=14444 CPUtime=0 cores=1,3
/proc/166644/task/166649/stat : 166649 (LSIPExact) S 166641 166644 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784461 6989070336 1434836 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
Current children cumulated CPU time: 340.93 s
Current children cumulated vsize: 6825264 KiB
Current children cumulated memory: 5739344 KiB

[startup+402.3 s]
/proc/loadavg: 5.40 4.38 3.89 7/268 166714

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

/proc/166644/statm: 1429844 1202273 3040 6655 0 1403727 0
[pid=166758] ppid=166644 vsize=20163972 memory=19330456 CPUtime=2247.94 cores=1,3
/proc/166758/stat : 166758 (Exact) R 166644 166758 166758 0 -1 4194304 2459180 0 0 0 223808 986 0 0 20 0 1 0 237856095 20647907328 4832614 18446744073709551615 4198400 8335837 140727319402624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 30289920 140727319410873 140727319411227 140727319411227 140727319416783 0
/proc/166758/statm: 5040993 4832614 1088 1011 0 5039760 0
Current children cumulated CPU time: 2973.46 s
Current children cumulated vsize: 25883348 KiB
Current children cumulated memory: 24139548 KiB

[startup+3042.3 s]
/proc/loadavg: 5.93 6.33 5.98 7/268 167696
/proc/meminfo: memFree=99631328/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=5719376 memory=4809092 CPUtime=725.52 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) S 166641 166644 166575 0 -1 4194304 857109 0 0 0 72274 278 0 0 20 0 1 0 237783250 5856641024 1202273 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1429844 1202273 3040 6655 0 1403727 0
[pid=166758] ppid=166644 vsize=20198708 memory=19365192 CPUtime=2307.74 cores=1,3
/proc/166758/stat : 166758 (Exact) R 166644 166758 166758 0 -1 4194304 2463262 0 0 0 229781 993 0 0 20 0 1 0 237856095 20683476992 4841298 18446744073709551615 4198400 8335837 140727319402624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 30289920 140727319410873 140727319411227 140727319411227 140727319416783 0
/proc/166758/statm: 5049677 4841298 1088 1011 0 5048444 0
Current children cumulated CPU time: 3033.26 s
Current children cumulated vsize: 25918084 KiB
Current children cumulated memory: 24174284 KiB

[startup+3102.3 s]
/proc/loadavg: 6.01 6.29 6.00 7/266 167698
/proc/meminfo: memFree=99320268/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=5719376 memory=4809092 CPUtime=725.52 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) S 166641 166644 166575 0 -1 4194304 857109 0 0 0 72274 278 0 0 20 0 1 0 237783250 5856641024 1202273 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1429844 1202273 3040 6655 0 1403727 0
[pid=166758] ppid=166644 vsize=20221876 memory=19388360 CPUtime=2367.52 cores=1,3
/proc/166758/stat : 166758 (Exact) R 166644 166758 166758 0 -1 4194304 2467866 0 0 0 235753 999 0 0 20 0 1 0 237856095 20707201024 4847090 18446744073709551615 4198400 8335837 140727319402624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 30289920 140727319410873 140727319411227 140727319411227 140727319416783 0
/proc/166758/statm: 5055469 4847090 1088 1011 0 5054236 0
Current children cumulated CPU time: 3093.04 s
Current children cumulated vsize: 25941252 KiB
Current children cumulated memory: 24197452 KiB

[startup+3162.3 s]
/proc/loadavg: 6.10 6.26 6.01 7/266 167700
/proc/meminfo: memFree=98471372/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=5719376 memory=4809092 CPUtime=725.52 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) S 166641 166644 166575 0 -1 4194304 857109 0 0 0 72274 278 0 0 20 0 1 0 237783250 5856641024 1202273 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1429844 1202273 3040 6655 0 1403727 0
[pid=166758] ppid=166644 vsize=20249200 memory=19415684 CPUtime=2427.3 cores=1,3
/proc/166758/stat : 166758 (Exact) R 166644 166758 166758 0 -1 4194304 2473274 0 0 0 241725 1005 0 0 20 0 1 0 237856095 20735180800 4853921 18446744073709551615 4198400 8335837 140727319402624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 30289920 140727319410873 140727319411227 140727319411227 140727319416783 0
/proc/166758/statm: 5062300 4853921 1088 1011 0 5061067 0
Current children cumulated CPU time: 3152.82 s
Current children cumulated vsize: 25968576 KiB
Current children cumulated memory: 24224776 KiB

[startup+3222.3 s]
/proc/loadavg: 6.15 6.24 6.01 7/266 167702
/proc/meminfo: memFree=98434812/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=5719376 memory=4809092 CPUtime=725.52 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) S 166641 166644 166575 0 -1 4194304 857109 0 0 0 72274 278 0 0 20 0 1 0 237783250 5856641024 1202273 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1429844 1202273 3040 6655 0 1403727 0
[pid=166758] ppid=166644 vsize=20280480 memory=19446964 CPUtime=2487.01 cores=1,3
/proc/166758/stat : 166758 (Exact) R 166644 166758 166758 0 -1 4194304 2477990 0 0 0 247689 1012 0 0 20 0 1 0 237856095 20767211520 4861741 18446744073709551615 4198400 8335837 140727319402624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 30289920 140727319410873 140727319411227 140727319411227 140727319416783 0
/proc/166758/statm: 5070120 4861741 1088 1011 0 5068887 0
Current children cumulated CPU time: 3212.53 s
Current children cumulated vsize: 25999856 KiB
Current children cumulated memory: 24256056 KiB

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

# cumulated CPU time of all completed processes:  user=3215.8 s, system=13.5477 s

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

[startup+3225.6 s]
/proc/loadavg: 6.14 6.24 6.01 7/266 167702
/proc/meminfo: memFree=98434812/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=5719376 memory=4809092 CPUtime=725.52 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) S 166641 166644 166575 0 -1 4194304 857109 0 0 0 72274 278 0 0 20 0 1 0 237783250 5856641024 1202273 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1429844 1202273 3040 6655 0 1403727 0
[pid=166758] ppid=166644 vsize=20280480 memory=19446964 CPUtime=2490.3 cores=1,3
/proc/166758/stat : 166758 (Exact) R 166644 166758 166758 0 -1 4194304 2478042 0 0 0 248017 1013 0 0 20 0 1 0 237856095 20767211520 4861741 18446744073709551615 4198400 8335837 140727319402624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 30289920 140727319410873 140727319411227 140727319411227 140727319416783 0
/proc/166758/statm: 5070120 4861741 1088 1011 0 5068887 0
Current children cumulated CPU time: 3215.82 s
Current children cumulated vsize: 25999856 KiB
Current children cumulated memory: 24256056 KiB

[startup+3232 s]*
/proc/loadavg: 6.13 6.23 6.01 7/266 167703
/proc/meminfo: memFree=103893296/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=5719376 memory=4809092 CPUtime=725.52 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) S 166641 166644 166575 0 -1 4194304 857109 0 0 0 72274 278 0 0 20 0 1 0 237783250 5856641024 1202273 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1429844 1202273 3040 6655 0 1403727 0
[pid=166758] ppid=166644 vsize=14112044 memory=14003460 CPUtime=2496.67 cores=1,3
/proc/166758/stat : 166758 (Exact) R 166644 166758 166758 0 -1 4194304 2479868 0 0 0 248651 1016 0 0 20 0 1 0 237856095 14450733056 3500865 18446744073709551615 4198400 8335837 140727319402624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 30289920 140727319410873 140727319411227 140727319411227 140727319416783 0
/proc/166758/statm: 3528011 3500865 1120 1011 0 3526778 0
Current children cumulated CPU time: 3222.19 s
Current children cumulated vsize: 19831420 KiB
Current children cumulated memory: 18812552 KiB

[startup+3235.2 s]
/proc/loadavg: 6.12 6.23 6.01 7/266 167704
/proc/meminfo: memFree=105499256/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=5719376 memory=4809092 CPUtime=725.52 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) S 166641 166644 166575 0 -1 4194304 857109 0 0 0 72274 278 0 0 20 0 1 0 237783250 5856641024 1202273 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1429844 1202273 3040 6655 0 1403727 0
[pid=166758] ppid=166644 vsize=12502180 memory=12393596 CPUtime=2499.85 cores=1,3
/proc/166758/stat : 166758 (Exact) R 166644 166758 166758 0 -1 4194304 2481273 0 0 0 248968 1017 0 0 20 0 1 0 237856095 12802232320 3098399 18446744073709551615 4198400 8335837 140727319402624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 30289920 140727319410873 140727319411227 140727319411227 140727319416783 0
/proc/166758/statm: 3125545 3098399 1120 1011 0 3124312 0
Current children cumulated CPU time: 3225.37 s
Current children cumulated vsize: 18221556 KiB
Current children cumulated memory: 17202688 KiB

[startup+3236.8 s]
/proc/loadavg: 6.12 6.23 6.01 7/266 167704
/proc/meminfo: memFree=105499320/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=5719376 memory=4809092 CPUtime=725.52 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) S 166641 166644 166575 0 -1 4194304 857109 0 0 0 72274 278 0 0 20 0 1 0 237783250 5856641024 1202273 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1429844 1202273 3040 6655 0 1403727 0
[pid=166758] ppid=166644 vsize=12502180 memory=12393596 CPUtime=2501.44 cores=1,3
/proc/166758/stat : 166758 (Exact) R 166644 166758 166758 0 -1 4194304 2481276 0 0 0 249127 1017 0 0 20 0 1 0 237856095 12802232320 3098399 18446744073709551615 4198400 8335837 140727319402624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 30289920 140727319410873 140727319411227 140727319411227 140727319416783 0
/proc/166758/statm: 3125545 3098399 1120 1011 0 3124312 0
Current children cumulated CPU time: 3226.96 s
Current children cumulated vsize: 18221556 KiB
Current children cumulated memory: 17202688 KiB

[startup+3238.4 s]
/proc/loadavg: 6.12 6.23 6.01 7/265 167704
/proc/meminfo: memFree=117957672/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=5426980 memory=4516692 CPUtime=3228.56 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 1016127 2481565 0 0 72324 286 249196 1050 20 0 1 0 237783250 5557227520 1129173 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1356745 1129173 3040 6655 0 1330628 0
Current children cumulated CPU time: 3228.56 s
Current children cumulated vsize: 5426980 KiB
Current children cumulated memory: 4516692 KiB

[startup+3238.8 s]
/proc/loadavg: 6.12 6.23 6.01 7/265 167704
/proc/meminfo: memFree=117957672/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=5371716 memory=4471640 CPUtime=3228.96 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 1113506 2481565 0 0 72358 292 249196 1050 20 0 1 0 237783250 5500637184 1117910 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1342929 1117910 3040 6655 0 1316812 0
Current children cumulated CPU time: 3228.96 s
Current children cumulated vsize: 5371716 KiB
Current children cumulated memory: 4471640 KiB

[startup+3239 s]*
/proc/loadavg: 6.11 6.23 6.01 7/265 167704
/proc/meminfo: memFree=118453212/131249988 swapFree=33010160/33010684
[pid=166644] ppid=166641 vsize=5169288 memory=4269212 CPUtime=3229.16 cores=1,3
/proc/166644/stat : 166644 (LSIPExact) R 166641 166644 166575 0 -1 4194304 1141224 2481565 0 0 72377 293 249196 1050 20 0 1 0 237783250 5293350912 1067303 18446744073709551615 94065880879104 94065908135505 140735989157808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94065916638344 94065917069952 94065944297472 140735989164376 140735989164552 140735989164552 140735989170156 0
/proc/166644/statm: 1292322 1067303 3040 6655 0 1266205 0
Current children cumulated CPU time: 3229.16 s
Current children cumulated vsize: 5169288 KiB
Current children cumulated memory: 4269212 KiB

[startup+3239.11 s]*
/proc/loadavg: 6.11 6.23 6.01 7/265 167704
/proc/meminfo: memFree=118828000/131249988 swapFree=33010160/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): 3239.18
CPU time (s): 3229.35
CPU user time (s): 3215.8
CPU system time (s): 13.5477
CPU usage (%): 99.6966
Max. virtual memory (cumulated for all children) (KiB): 27402440
Max. memory (cumulated for all children) (KiB): 25653284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3215.8
system time used= 13.5477
maximum resident set size= 20850336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3664433
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= 274
involuntary context switches= 2451


# summary of solver processes directly reported to runsolver:
#   pid: 166644
#   total CPU time (s): 3229.35
#   total CPU user time (s): 3215.8
#   total CPU system time (s): 13.5477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.03429 second user time and 16.0381 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-22 23:50:44
IDJOB=4542415
IDBENCH=163926
IDSOLVER=3336
FILE ID=nodeC034/4542415-1753221043
RUNJOBID= nodeC034-1753221043-166587
SLURM_JOB_ID= 9687808
Free space on /tmp= 432736 MiB

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

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

MD5SUM BENCH= 7e0508be19eaed927bf3c4f26c43c105
RANDOM SEED=385677235

nodeC034 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128487744 kB
MemAvailable:   129488976 kB
Buffers:            2128 kB
Cached:          1740180 kB
SwapCached:           32 kB
Active:          1351476 kB
Inactive:         619552 kB
Active(anon):     252832 kB
Inactive(anon):     2152 kB
Active(file):    1098644 kB
Inactive(file):   617400 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            354412 kB
Writeback:             0 kB
AnonPages:        231888 kB
Mapped:           117012 kB
Shmem:             26264 kB
KReclaimable:     248452 kB
Slab:             347168 kB
SReclaimable:     248452 kB
SUnreclaim:        98716 kB
KernelStack:        4068 kB
PageTables:         3032 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     586232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432760 MiB
End job on nodeC034 at 2025-07-23 00:44:43