Trace number 4542493

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 2690.41 2521.44

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height47_pigeons46_holes45.opb
MD5SUMcca449fd552693742bf3f30208712226
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 benchmark1436.41
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2436672
Total number of constraints113788
Number of constraints which are clauses57482
Number of constraints which are cardinality constraints (but not clauses)51746
Number of constraints which are nor clauses,nor cardinality constraints4560
Minimum length of a constraint45
Maximum length of a constraint50
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 53
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

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

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 (62199 MiB free)
  memory of node 1: 64507 MiB (63327 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=166635, runsolver pid=166632
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.23 2.14 3.21 4/263 166645
/proc/meminfo: memFree=128439500/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=114084 memory=71352 CPUtime=0.09 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 15806 0 0 0 6 3 0 0 20 0 1 0 237783240 116822016 17838 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 28521 17838 1152 6655 0 18756 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 114084 KiB
Current children cumulated memory: 71352 KiB

[startup+0.205261 s]*
/proc/loadavg: 1.23 2.14 3.21 5/263 166645
/proc/meminfo: memFree=128008648/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=159756 memory=117048 CPUtime=0.2 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 27237 0 0 0 14 6 0 0 20 0 1 0 237783240 163590144 29262 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 39939 29262 1152 6655 0 30174 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 159756 KiB
Current children cumulated memory: 117048 KiB

[startup+0.304774 s]*
/proc/loadavg: 1.23 2.14 3.21 6/263 166645
/proc/meminfo: memFree=127839428/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=212568 memory=177400 CPUtime=0.3 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 38239 0 0 0 22 8 0 0 20 0 1 0 237783240 217669632 44350 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 53142 44350 1152 6655 0 43377 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 212568 KiB
Current children cumulated memory: 177400 KiB

[startup+0.70014 s]
/proc/loadavg: 1.23 2.14 3.21 6/263 166645
/proc/meminfo: memFree=126970744/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=827320 memory=792800 CPUtime=0.69 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 100096 0 0 0 46 23 0 0 20 0 1 0 237783240 847175680 198168 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 206830 198200 1152 6655 0 197065 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 827320 KiB
Current children cumulated memory: 792800 KiB

[startup+1.50019 s]
/proc/loadavg: 1.23 2.14 3.21 5/263 166645
/proc/meminfo: memFree=125561552/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=1391164 memory=1356208 CPUtime=1.48 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 228713 0 0 0 107 41 0 0 20 0 1 0 237783240 1424551936 339052 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 347791 339052 1152 6655 0 338026 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1391164 KiB
Current children cumulated memory: 1356208 KiB

[startup+3.10643 s]
/proc/loadavg: 1.23 2.14 3.21 5/263 166645
/proc/meminfo: memFree=123826672/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=1679896 memory=1632668 CPUtime=3.08 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 289891 0 0 0 256 52 0 0 20 0 1 0 237783240 1720213504 408167 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 419974 408167 1152 6655 0 410209 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1679896 KiB
Current children cumulated memory: 1632668 KiB

[startup+6.30022 s]
/proc/loadavg: 1.45 2.17 3.22 5/263 166645
/proc/meminfo: memFree=123827380/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=1679896 memory=1632668 CPUtime=6.26 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 290163 0 0 0 573 53 0 0 20 0 1 0 237783240 1720213504 408167 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 419974 408167 1152 6655 0 410209 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1679896 KiB
Current children cumulated memory: 1632668 KiB

[startup+12.7001 s]
/proc/loadavg: 1.65 2.20 3.22 6/266 166648
/proc/meminfo: memFree=120759560/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=3046544 memory=2864236 CPUtime=12.63 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 382837 0 0 0 1174 89 0 0 20 0 2 0 237783240 3119661056 716059 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 761636 716059 2624 6655 0 735519 0
[pid=166635/tid=166648] ppid=166632 vsize=3046544 memory=2450704 CPUtime=0 cores=5,7
/proc/166635/task/166648/stat : 166648 (LSIPExact) S 166632 166635 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784422 3119661056 716059 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 3046544 KiB
Current children cumulated memory: 2864236 KiB

[startup+25.5002 s]
/proc/loadavg: 2.40 2.34 3.25 6/267 166649
/proc/meminfo: memFree=114872544/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=4706400 memory=3996980 CPUtime=25.39 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 484821 0 0 0 2384 155 0 0 20 0 2 0 237783240 4819353600 999245 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1176600 999245 2848 6655 0 1150483 0
[pid=166635/tid=166648] ppid=166632 vsize=4706400 memory=4594452 CPUtime=0 cores=5,7
/proc/166635/task/166648/stat : 166648 (LSIPExact) S 166632 166635 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784422 4819353600 999245 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 4706400 KiB
Current children cumulated memory: 3996980 KiB

[startup+51.1061 s]
/proc/loadavg: 3.35 2.57 3.30 6/267 166650
/proc/meminfo: memFree=114256484/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=5802256 memory=4837604 CPUtime=50.9 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 541613 0 0 0 4901 189 0 0 20 0 2 0 237783240 5941510144 1209401 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1450564 1209401 2848 6655 0 1424447 0
[pid=166635/tid=166648] ppid=166632 vsize=5802256 memory=-7520064403629308282 CPUtime=0 cores=5,7
/proc/166635/task/166648/stat : 166648 (LSIPExact) S 166632 166635 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784422 5941510144 1209401 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 5802256 KiB
Current children cumulated memory: 4837604 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=166635] ppid=166632 vsize=5813872 memory=4849508 CPUtime=101.85 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 551157 0 0 0 9993 192 0 0 20 0 2 0 237783240 5953404928 1212377 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1453468 1212377 2848 6655 0 1427351 0
[pid=166635/tid=166648] ppid=166632 vsize=5813872 memory=4840164 CPUtime=0 cores=5,7
/proc/166635/task/166648/stat : 166648 (LSIPExact) S 166632 166635 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784422 5953404928 1212377 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
Current children cumulated CPU time: 101.85 s
Current children cumulated vsize: 5813872 KiB
Current children cumulated memory: 4849508 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=166635] ppid=166632 vsize=5831164 memory=4867044 CPUtime=161.58 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 560651 0 0 0 15962 196 0 0 20 0 2 0 237783240 5971111936 1216761 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1457791 1216761 2848 6655 0 1431674 0
[pid=166635/tid=166648] ppid=166632 vsize=5831164 memory=14444 CPUtime=0 cores=5,7
/proc/166635/task/166648/stat : 166648 (LSIPExact) S 166632 166635 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784422 5971111936 1216761 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
Current children cumulated CPU time: 161.58 s
Current children cumulated vsize: 5831164 KiB
Current children cumulated memory: 4867044 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=166635] ppid=166632 vsize=5846212 memory=4882404 CPUtime=221.34 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 567113 0 0 0 21934 200 0 0 20 0 2 0 237783240 5986521088 1220601 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1461553 1220601 2848 6655 0 1435436 0
[pid=166635/tid=166648] ppid=166632 vsize=5846212 memory=4875748 CPUtime=0 cores=5,7
/proc/166635/task/166648/stat : 166648 (LSIPExact) S 166632 166635 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784422 5986521088 1220601 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
Current children cumulated CPU time: 221.34 s
Current children cumulated vsize: 5846212 KiB
Current children cumulated memory: 4882404 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=166635] ppid=166632 vsize=5859676 memory=4895972 CPUtime=281.1 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 577275 0 0 0 27907 203 0 0 20 0 2 0 237783240 6000308224 1223993 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1464919 1223993 2848 6655 0 1438802 0
[pid=166635/tid=166648] ppid=166632 vsize=5859676 memory=4891748 CPUtime=0 cores=5,7
/proc/166635/task/166648/stat : 166648 (LSIPExact) S 166632 166635 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784422 6000308224 1223993 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
Current children cumulated CPU time: 281.1 s
Current children cumulated vsize: 5859676 KiB
Current children cumulated memory: 4895972 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=166635] ppid=166632 vsize=5871952 memory=4908516 CPUtime=340.87 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 586607 0 0 0 33880 207 0 0 20 0 2 0 237783240 6012878848 1227129 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1467988 1227129 2848 6655 0 1441871 0
[pid=166635/tid=166648] ppid=166632 vsize=5871952 memory=4907364 CPUtime=0 cores=5,7
/proc/166635/task/166648/stat : 166648 (LSIPExact) S 166632 166635 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237784422 6012878848 1227129 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
Current children cumulated CPU time: 340.87 s
Current children cumulated vsize: 5871952 KiB
Current children cumulated memory: 4908516 KiB

[startup+402.3 s]

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

/proc/166759/statm: 4468405 4043714 1088 1011 0 4467172 0
Current children cumulated CPU time: 2372.06 s
Current children cumulated vsize: 24561204 KiB
Current children cumulated memory: 21956976 KiB

[startup+2262.3 s]
/proc/loadavg: 6.07 5.79 5.32 7/272 167571
/proc/meminfo: memFree=82480760/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=6687584 memory=5782120 CPUtime=902.81 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) S 166632 166635 166575 0 -1 4194304 1424325 0 0 0 89764 517 0 0 20 0 1 0 237783240 6848086016 1445530 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1671896 1445530 3456 6655 0 1603285 0
[pid=166759] ppid=166635 vsize=17899968 memory=16231924 CPUtime=1529.1 cores=5,7
/proc/166759/stat : 166759 (Exact) R 166635 166759 166759 0 -1 4194304 1992889 0 0 0 152176 734 0 0 20 0 1 0 237856168 18329567232 4057981 18446744073709551615 4198400 8335837 140722167876160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22003712 140722167879865 140722167880219 140722167880219 140722167885775 0
/proc/166759/statm: 4474992 4057981 1088 1011 0 4473759 0
Current children cumulated CPU time: 2431.91 s
Current children cumulated vsize: 24587552 KiB
Current children cumulated memory: 22014044 KiB

[startup+2322.3 s]
/proc/loadavg: 6.13 5.86 5.38 7/272 167573
/proc/meminfo: memFree=82351648/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=6687584 memory=5782120 CPUtime=902.81 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) S 166632 166635 166575 0 -1 4194304 1424325 0 0 0 89764 517 0 0 20 0 1 0 237783240 6848086016 1445530 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1671896 1445530 3456 6655 0 1603285 0
[pid=166759] ppid=166635 vsize=17925808 memory=16288484 CPUtime=1588.95 cores=5,7
/proc/166759/stat : 166759 (Exact) R 166635 166759 166759 0 -1 4194304 1996689 0 0 0 158156 739 0 0 20 0 1 0 237856168 18356027392 4072121 18446744073709551615 4198400 8335837 140722167876160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22003712 140722167879865 140722167880219 140722167880219 140722167885775 0
/proc/166759/statm: 4481452 4072121 1088 1011 0 4480219 0
Current children cumulated CPU time: 2491.76 s
Current children cumulated vsize: 24613392 KiB
Current children cumulated memory: 22070604 KiB

[startup+2382.3 s]
/proc/loadavg: 6.10 5.90 5.42 7/272 167575
/proc/meminfo: memFree=82237564/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=6687584 memory=5782120 CPUtime=902.81 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) S 166632 166635 166575 0 -1 4194304 1424325 0 0 0 89764 517 0 0 20 0 1 0 237783240 6848086016 1445530 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1671896 1445530 3456 6655 0 1603285 0
[pid=166759] ppid=166635 vsize=17952148 memory=16341448 CPUtime=1648.81 cores=5,7
/proc/166759/stat : 166759 (Exact) R 166635 166759 166759 0 -1 4194304 2000204 0 0 0 164135 746 0 0 20 0 1 0 237856168 18382999552 4085362 18446744073709551615 4198400 8335837 140722167876160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22003712 140722167879865 140722167880219 140722167880219 140722167885775 0
/proc/166759/statm: 4488037 4085362 1088 1011 0 4486804 0
Current children cumulated CPU time: 2551.62 s
Current children cumulated vsize: 24639732 KiB
Current children cumulated memory: 22123568 KiB

[startup+2442.3 s]
/proc/loadavg: 6.16 5.96 5.47 7/269 167577
/proc/meminfo: memFree=82142656/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=6687584 memory=5782120 CPUtime=902.81 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) S 166632 166635 166575 0 -1 4194304 1424325 0 0 0 89764 517 0 0 20 0 1 0 237783240 6848086016 1445530 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1671896 1445530 3456 6655 0 1603285 0
[pid=166759] ppid=166635 vsize=17987984 memory=16379332 CPUtime=1708.65 cores=5,7
/proc/166759/stat : 166759 (Exact) R 166635 166759 166759 0 -1 4194304 2010107 0 0 0 170092 773 0 0 20 0 1 0 237856168 18419695616 4094833 18446744073709551615 4198400 8335837 140722167876160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22003712 140722167879865 140722167880219 140722167880219 140722167885775 0
/proc/166759/statm: 4496996 4094833 1088 1011 0 4495763 0
Current children cumulated CPU time: 2611.46 s
Current children cumulated vsize: 24675568 KiB
Current children cumulated memory: 22161452 KiB

[startup+2502.3 s]
/proc/loadavg: 6.12 5.98 5.52 7/267 167579
/proc/meminfo: memFree=82036316/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=6687584 memory=5782120 CPUtime=902.81 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) S 166632 166635 166575 0 -1 4194304 1424325 0 0 0 89764 517 0 0 20 0 1 0 237783240 6848086016 1445530 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1671896 1445530 3456 6655 0 1603285 0
[pid=166759] ppid=166635 vsize=18038908 memory=16430256 CPUtime=1768.5 cores=5,7
/proc/166759/stat : 166759 (Exact) R 166635 166759 166759 0 -1 4194304 2015111 0 0 0 176072 778 0 0 20 0 1 0 237856168 18471841792 4107564 18446744073709551615 4198400 8335837 140722167876160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22003712 140722167879865 140722167880219 140722167880219 140722167885775 0
/proc/166759/statm: 4509727 4107564 1088 1011 0 4508494 0
Current children cumulated CPU time: 2671.31 s
Current children cumulated vsize: 24726492 KiB
Current children cumulated memory: 22212376 KiB

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

# cumulated CPU time of all completed processes:  user=2676.94 s, system=13.4734 s

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

[startup+2508.8 s]
/proc/loadavg: 6.11 5.98 5.52 7/266 167579
/proc/meminfo: memFree=82036388/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=6687584 memory=5782120 CPUtime=902.81 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) S 166632 166635 166575 0 -1 4194304 1424325 0 0 0 89764 517 0 0 20 0 1 0 237783240 6848086016 1445530 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1671896 1445530 3456 6655 0 1603285 0
[pid=166759] ppid=166635 vsize=18038908 memory=16430256 CPUtime=1774.98 cores=5,7
/proc/166759/stat : 166759 (Exact) R 166635 166759 166759 0 -1 4194304 2015416 0 0 0 176719 779 0 0 20 0 1 0 237856168 18471841792 4107564 18446744073709551615 4198400 8335837 140722167876160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22003712 140722167879865 140722167880219 140722167880219 140722167885775 0
/proc/166759/statm: 4509727 4107564 1088 1011 0 4508494 0
Current children cumulated CPU time: 2677.79 s
Current children cumulated vsize: 24726492 KiB
Current children cumulated memory: 22212376 KiB

[startup+2515.2 s]
/proc/loadavg: 6.09 5.99 5.52 7/266 167579
/proc/meminfo: memFree=86676776/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=6687584 memory=5782120 CPUtime=902.81 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) S 166632 166635 166575 0 -1 4194304 1424325 0 0 0 89764 517 0 0 20 0 1 0 237783240 6848086016 1445530 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1671896 1445530 3456 6655 0 1603285 0
[pid=166759] ppid=166635 vsize=11934564 memory=11790192 CPUtime=1781.36 cores=5,7
/proc/166759/stat : 166759 (Exact) R 166635 166759 166759 0 -1 4194304 2016938 0 0 0 177356 780 0 0 20 0 1 0 237856168 12220993536 2947548 18446744073709551615 4198400 8335837 140722167876160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22003712 140722167879865 140722167880219 140722167880219 140722167885775 0
/proc/166759/statm: 2983641 2947548 1120 1011 0 2982408 0
Current children cumulated CPU time: 2684.17 s
Current children cumulated vsize: 18622148 KiB
Current children cumulated memory: 17572312 KiB

[startup+2518.4 s]
/proc/loadavg: 6.09 5.99 5.52 7/266 167579
/proc/meminfo: memFree=88286944/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=6687584 memory=5782120 CPUtime=902.81 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) S 166632 166635 166575 0 -1 4194304 1424325 0 0 0 89764 517 0 0 20 0 1 0 237783240 6848086016 1445530 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1671896 1445530 3456 6655 0 1603285 0
[pid=166759] ppid=166635 vsize=10324700 memory=10180328 CPUtime=1784.56 cores=5,7
/proc/166759/stat : 166759 (Exact) R 166635 166759 166759 0 -1 4194304 2019656 0 0 0 177675 781 0 0 20 0 1 0 237856168 10572492800 2545082 18446744073709551615 4198400 8335837 140722167876160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22003712 140722167879865 140722167880219 140722167880219 140722167885775 0
/proc/166759/statm: 2581175 2545082 1120 1011 0 2579942 0
Current children cumulated CPU time: 2687.37 s
Current children cumulated vsize: 17012284 KiB
Current children cumulated memory: 15962448 KiB

[startup+2520 s]*
/proc/loadavg: 6.08 5.99 5.53 7/266 167579
/proc/meminfo: memFree=88286944/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=6687584 memory=5782120 CPUtime=902.81 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) S 166632 166635 166575 0 -1 4194304 1424325 0 0 0 89764 517 0 0 20 0 1 0 237783240 6848086016 1445530 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1671896 1445530 3456 6655 0 1603285 0
[pid=166759] ppid=166635 vsize=10324700 memory=10180328 CPUtime=1786.16 cores=5,7
/proc/166759/stat : 166759 (Exact) R 166635 166759 166759 0 -1 4194304 2019656 0 0 0 177835 781 0 0 20 0 1 0 237856168 10572492800 2545082 18446744073709551615 4198400 8335837 140722167876160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 22003712 140722167879865 140722167880219 140722167880219 140722167885775 0
/proc/166759/statm: 2581175 2545082 1120 1011 0 2579942 0
Current children cumulated CPU time: 2688.97 s
Current children cumulated vsize: 17012284 KiB
Current children cumulated memory: 15962448 KiB

[startup+2520.8 s]
/proc/loadavg: 6.08 5.99 5.53 7/266 167579
/proc/meminfo: memFree=88286944/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=6440096 memory=5534636 CPUtime=2689.76 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 1559416 2019772 0 0 89797 524 177847 808 20 0 1 0 237783240 6594658304 1383659 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1610024 1383659 3456 6655 0 1541413 0
Current children cumulated CPU time: 2689.76 s
Current children cumulated vsize: 6440096 KiB
Current children cumulated memory: 5534636 KiB

[startup+2521.2 s]
/proc/loadavg: 6.08 5.99 5.53 7/265 167579
/proc/meminfo: memFree=98754664/131249988 swapFree=33010160/33010684
[pid=166635] ppid=166632 vsize=6216948 memory=5323924 CPUtime=2690.16 cores=5,7
/proc/166635/stat : 166635 (LSIPExact) R 166632 166635 166575 0 -1 4194304 1665281 2019772 0 0 89832 529 177847 808 20 0 1 0 237783240 6366154752 1330981 18446744073709551615 93943979294720 93944006551121 140728029104464 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93944015053960 93944015485568 93944037244928 140728029112664 140728029112840 140728029112840 140728029118444 0
/proc/166635/statm: 1554237 1330981 3456 6655 0 1485626 0
Current children cumulated CPU time: 2690.16 s
Current children cumulated vsize: 6216948 KiB
Current children cumulated memory: 5323924 KiB

[startup+2521.4 s]*
/proc/loadavg: 6.08 5.99 5.53 7/265 167579
/proc/meminfo: memFree=100037384/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): 2521.44
CPU time (s): 2690.41
CPU user time (s): 2676.94
CPU system time (s): 13.4734
CPU usage (%): 106.701
Max. virtual memory (cumulated for all children) (KiB): 26781020
Max. memory (cumulated for all children) (KiB): 23437912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2676.94
system time used= 13.4734
maximum resident set size= 17956848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3721755
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= 306
involuntary context switches= 5837


# summary of solver processes directly reported to runsolver:
#   pid: 166635
#   total CPU time (s): 2690.41
#   total CPU user time (s): 2676.94
#   total CPU system time (s): 13.4734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.89845 second user time and 11.3576 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-22 23:50:44
IDJOB=4542493
IDBENCH=163930
IDSOLVER=3336
FILE ID=nodeC034/4542493-1753221043
RUNJOBID= nodeC034-1753221043-166588
SLURM_JOB_ID= 9687808
Free space on /tmp= 432780 MiB

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

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

MD5SUM BENCH= cca449fd552693742bf3f30208712226
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.756
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		: 3599.727
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		: 3600.079
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		: 3600.103
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		: 3602.322
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.749
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.766
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		: 3589.909
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:        128580384 kB
MemAvailable:   129559612 kB
Buffers:            2128 kB
Cached:          1718176 kB
SwapCached:           32 kB
Active:          1264828 kB
Inactive:         597548 kB
Active(anon):     166184 kB
Inactive(anon):     2152 kB
Active(file):    1098644 kB
Inactive(file):   595396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            332416 kB
Writeback:             0 kB
AnonPages:        145212 kB
Mapped:           114096 kB
Shmem:             26264 kB
KReclaimable:     248452 kB
Slab:             347020 kB
SReclaimable:     248452 kB
SUnreclaim:        98568 kB
KernelStack:        4068 kB
PageTables:         2824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     468532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 432736 MiB
End job on nodeC034 at 2025-07-23 00:32:46