Trace number 4527768

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.18 1975.8

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height37_pigeons36_holes35.opb
MD5SUMa8850f77d674f2f3b7ac0e06d3d8c373
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark741
Best CPU time to get the best result obtained on this benchmark203.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables935142
Total number of constraints56829
Number of constraints which are clauses28785
Number of constraints which are cardinality constraints (but not clauses)25194
Number of constraints which are nor clauses,nor cardinality constraints2850
Minimum length of a constraint35
Maximum length of a constraint40
Number of terms in the objective function 1482
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1482
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1482
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.08/1973.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.08/1973.70	c numVar: 935142
3600.08/1973.70	c numCon: 56829
3600.08/1973.70	c numEqual: 0
3600.08/1973.70	c intSize: 11
3600.08/1973.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.08/1973.70	c ------------------- Paras list -------------------
3600.08/1973.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.08/1973.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.08/1973.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.08/1973.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.08/1973.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.08/1973.70	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.08/1973.70	c random_seed         	 int       	 0         	 0         	 
3600.08/1973.70	c sample_size         	 int       	 50        	 50        	 
3600.08/1973.70	c sub_score           	 int       	 1         	 1         	 
3600.08/1973.70	c tabu_base           	 int       	 3         	 3         	 
3600.08/1973.70	c tabu_variation      	 int       	 1         	 1         	 
3600.08/1973.70	c sub_div             	 int       	 4         	 4         	 
3600.08/1973.70	c nbcore              	 int       	 2         	 1         	 
3600.08/1973.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.08/1973.70	c print_sol           	 int       	 1         	 1         	 
3600.08/1973.70	c tmpdir              	 string		 .         	 "."       	 
3600.08/1973.70	c home                	 string		 HOME	 "."       	 
3600.08/1973.70	c benchname           	 string		 HOME/instance-4527768-1752235965.opb	 ""        	 
3600.08/1973.70	c --------------------------------------------------
3600.08/1973.70	c Local Search solver
3600.08/1973.70	c MIP solver
3600.08/1973.70	c receive signal 15, try to interrupt solver...
3600.08/1973.79	c use Exact solver

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=118597, runsolver pid=118594

[startup+0.100062 s]*
/proc/loadavg: 5.36 5.89 6.25 6/268 118598
/proc/meminfo: memFree=120232208/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=85840 memory=43136 CPUtime=0.09 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 9781 0 0 0 7 2 0 0 20 0 1 0 139274059 87900160 10784 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 21460 10784 1152 6655 0 11695 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 85840 KiB
Current children cumulated memory: 43136 KiB

[startup+0.2059 s]*
/proc/loadavg: 5.36 5.89 6.25 6/268 118598
/proc/meminfo: memFree=120033408/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=274764 memory=240316 CPUtime=0.2 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 23283 0 0 0 13 7 0 0 20 0 1 0 139274059 281358336 60079 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 68691 60079 1184 6655 0 58926 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 274764 KiB
Current children cumulated memory: 240316 KiB

[startup+0.305628 s]*
/proc/loadavg: 5.36 5.89 6.25 6/268 118598
/proc/meminfo: memFree=119952772/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=353568 memory=319036 CPUtime=0.29 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 42977 0 0 0 20 9 0 0 20 0 1 0 139274059 362053632 79759 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 88392 79759 1184 6655 0 78627 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 353568 KiB
Current children cumulated memory: 319036 KiB

[startup+0.700176 s]
/proc/loadavg: 5.36 5.89 6.25 7/268 118598
/proc/meminfo: memFree=119803396/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=614464 memory=578552 CPUtime=0.68 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 102741 0 0 0 50 18 0 0 20 0 1 0 139274059 629211136 144638 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 153616 144638 1184 6655 0 143851 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 614464 KiB
Current children cumulated memory: 578552 KiB

[startup+1.50021 s]
/proc/loadavg: 5.36 5.89 6.25 6/268 118598
/proc/meminfo: memFree=119654020/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=651204 memory=615592 CPUtime=1.48 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 110960 0 0 0 128 20 0 0 20 0 1 0 139274059 666832896 153898 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 162801 153898 1184 6655 0 153036 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 651204 KiB
Current children cumulated memory: 615592 KiB

[startup+3.10571 s]
/proc/loadavg: 5.41 5.89 6.25 6/268 118598
/proc/meminfo: memFree=119653820/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=651204 memory=615592 CPUtime=3.08 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 111039 0 0 0 288 20 0 0 20 0 1 0 139274059 666832896 153898 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 162801 153898 1184 6655 0 153036 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 651204 KiB
Current children cumulated memory: 615592 KiB

[startup+6.30019 s]
/proc/loadavg: 5.41 5.89 6.25 6/268 118598
/proc/meminfo: memFree=119653836/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=651204 memory=615592 CPUtime=6.26 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 111167 0 0 0 606 20 0 0 20 0 1 0 139274059 666832896 153898 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 162801 153898 1184 6655 0 153036 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 651204 KiB
Current children cumulated memory: 615592 KiB

[startup+12.7002 s]
/proc/loadavg: 5.38 5.87 6.24 6/269 118600
/proc/meminfo: memFree=119012584/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=2072320 memory=1757804 CPUtime=12.63 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 217671 0 0 0 1207 56 0 0 20 0 2 0 139274059 2122055680 439451 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 518080 439451 2912 6655 0 491963 0
[pid=118597/tid=118600] ppid=118594 vsize=2072320 memory=1414672 CPUtime=0 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) S 118594 118597 117663 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139275134 2122055680 439451 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2072320 KiB
Current children cumulated memory: 1757804 KiB

[startup+25.5002 s]
/proc/loadavg: 5.37 5.85 6.22 6/269 118600
/proc/meminfo: memFree=118125548/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=2460124 memory=2097264 CPUtime=25.37 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 289427 0 0 0 2461 76 0 0 20 0 2 0 139274059 2519166976 524316 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 615031 524316 3264 6655 0 588914 0
[pid=118597/tid=118600] ppid=118594 vsize=2460124 memory=2095344 CPUtime=0 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) S 118594 118597 117663 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139275134 2519166976 524316 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 2460124 KiB
Current children cumulated memory: 2097264 KiB

[startup+51.1057 s]
/proc/loadavg: 5.31 5.79 6.20 6/269 118600
/proc/meminfo: memFree=118106496/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=2495236 memory=2134896 CPUtime=50.86 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 307981 0 0 0 5003 83 0 0 20 0 2 0 139274059 2555121664 533724 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 623809 533724 3264 6655 0 597692 0
[pid=118597/tid=118600] ppid=118594 vsize=2495236 memory=21120 CPUtime=0 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) S 118594 118597 117663 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139275134 2555121664 533724 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 2495236 KiB
Current children cumulated memory: 2134896 KiB

[startup+102.3 s]
/proc/loadavg: 4.69 5.55 6.09 5/268 118605
/proc/meminfo: memFree=121560212/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=2495236 memory=2134896 CPUtime=101.93 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 312503 0 0 0 10110 83 0 0 20 0 2 0 139274059 2555121664 533724 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 623809 533724 3264 6655 0 597692 0
[pid=118597/tid=118600] ppid=118594 vsize=2495236 memory=-9104988051223651004 CPUtime=0 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) S 118594 118597 117663 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139275134 2555121664 533724 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 2495236 KiB
Current children cumulated memory: 2134896 KiB

[startup+162.3 s]
/proc/loadavg: 4.75 5.40 6.00 6/268 118607
/proc/meminfo: memFree=119915588/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=4353464 memory=3829748 CPUtime=185.43 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 581271 0 0 0 18379 164 0 0 20 0 2 0 139274059 4457947136 957437 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 1088366 957437 3456 6655 0 1069494 0
[pid=118597/tid=118600] ppid=118594 vsize=4353464 memory=2605732 CPUtime=28.35 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) R 118594 118597 117663 0 -1 4194368 62715 0 0 0 2813 22 0 0 20 0 2 0 139275134 4457947136 957437 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 185.43 s
Current children cumulated vsize: 4353464 KiB
Current children cumulated memory: 3829748 KiB

[startup+222.3 s]
/proc/loadavg: 5.20 5.43 5.97 6/267 118609
/proc/meminfo: memFree=119597008/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=4569440 memory=4078732 CPUtime=304.52 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 642023 0 0 0 30278 174 0 0 20 0 2 0 139274059 4679106560 1019683 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 1142360 1019683 3456 6655 0 1123488 0
[pid=118597/tid=118600] ppid=118594 vsize=4569440 memory=14432 CPUtime=88.1 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) R 118594 118597 117663 0 -1 4194368 96409 0 0 0 8784 26 0 0 20 0 2 0 139275134 4679106560 1019683 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 304.52 s
Current children cumulated vsize: 4569440 KiB
Current children cumulated memory: 4078732 KiB

[startup+282.3 s]
/proc/loadavg: 5.11 5.36 5.91 6/267 118613
/proc/meminfo: memFree=119275600/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=4820504 memory=4336344 CPUtime=423.6 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 714430 0 0 0 42156 204 0 0 20 0 2 0 139274059 4936196096 1084086 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 1205126 1084086 3456 6655 0 1187567 0
[pid=118597/tid=118600] ppid=118594 vsize=4820504 memory=4093068 CPUtime=147.85 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) R 118594 118597 117663 0 -1 4194368 148304 0 0 0 14736 49 0 0 20 0 2 0 139275134 4936196096 1084086 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 423.6 s
Current children cumulated vsize: 4820504 KiB
Current children cumulated memory: 4336344 KiB

[startup+342.3 s]
/proc/loadavg: 5.07 5.31 5.86 6/267 118615
/proc/meminfo: memFree=118752612/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=5338624 memory=4859116 CPUtime=542.71 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 829374 0 0 0 53998 273 0 0 20 0 2 0 139274059 5466750976 1214779 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 1334656 1214779 3456 6655 0 1317097 0
[pid=118597/tid=118600] ppid=118594 vsize=5338624 memory=4524568 CPUtime=207.61 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) R 118594 118597 117663 0 -1 4194368 226495 0 0 0 20655 106 0 0 20 0 2 0 139275134 5466750976 1214779 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 542.71 s
Current children cumulated vsize: 5338624 KiB
Current children cumulated memory: 4859116 KiB

[startup+402.3 s]

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

[pid=118597] ppid=118594 vsize=8687416 memory=8453924 CPUtime=3022.11 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 3159893 0 0 0 301166 1045 0 0 20 0 2 0 139274059 8895913984 2113481 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 2171854 2113481 3488 6655 0 2140774 0
[pid=118597/tid=118600] ppid=118594 vsize=8687416 memory=8556636 CPUtime=1381.59 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) R 118594 118597 117663 0 -1 4194368 1472756 0 0 0 137461 698 0 0 20 0 2 0 139275134 8895913984 2113481 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 3022.11 s
Current children cumulated vsize: 8687416 KiB
Current children cumulated memory: 8453924 KiB

[startup+1722.3 s]
/proc/loadavg: 2.07 2.58 3.72 3/247 118775
/proc/meminfo: memFree=118161476/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=9970364 memory=9512908 CPUtime=3141.22 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 3388831 0 0 0 313017 1105 0 0 20 0 2 0 139274059 10209652736 2378227 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 2492591 2378227 3488 6655 0 2455760 0
[pid=118597/tid=118600] ppid=118594 vsize=9970364 memory=8556636 CPUtime=1440.93 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) R 118594 118597 117663 0 -1 4194368 1647469 0 0 0 143340 753 0 0 20 0 2 0 139275134 10209652736 2378227 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 3141.22 s
Current children cumulated vsize: 9970364 KiB
Current children cumulated memory: 9512908 KiB

[startup+1782.3 s]
/proc/loadavg: 2.07 2.49 3.62 3/247 118777
/proc/meminfo: memFree=117650056/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=10449796 memory=10017872 CPUtime=3260.35 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 3568479 0 0 0 324873 1162 0 0 20 0 2 0 139274059 10700591104 2504468 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 2612449 2504468 3488 6655 0 2563118 0
[pid=118597/tid=118600] ppid=118594 vsize=10449796 memory=10017872 CPUtime=1500.31 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) R 118594 118597 117663 0 -1 4194368 1764658 0 0 0 149225 806 0 0 20 0 2 0 139275134 10700591104 2504468 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 3260.35 s
Current children cumulated vsize: 10449796 KiB
Current children cumulated memory: 10017872 KiB

[startup+1842.3 s]
/proc/loadavg: 2.13 2.43 3.53 3/246 118779
/proc/meminfo: memFree=117693968/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=10384260 memory=9980620 CPUtime=3379.46 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 3648231 0 0 0 336775 1171 0 0 20 0 2 0 139274059 10633482240 2495155 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 2596065 2495155 3488 6655 0 2549412 0
[pid=118597/tid=118600] ppid=118594 vsize=10384260 memory=10017872 CPUtime=1559.66 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) R 118594 118597 117663 0 -1 4194368 1790224 0 0 0 155155 811 0 0 20 0 2 0 139275134 10633482240 2495155 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 3379.46 s
Current children cumulated vsize: 10384260 KiB
Current children cumulated memory: 9980620 KiB

[startup+1902.3 s]
/proc/loadavg: 2.10 2.36 3.43 3/248 118789
/proc/meminfo: memFree=117763168/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=10325816 memory=9922544 CPUtime=3498.67 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 3723435 0 0 0 348684 1183 0 0 20 0 2 0 139274059 10573635584 2480636 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 2581454 2480636 3488 6655 0 2534801 0
[pid=118597/tid=118600] ppid=118594 vsize=10325816 memory=10017872 CPUtime=1619.08 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) R 118594 118597 117663 0 -1 4194368 1794114 0 0 0 161091 817 0 0 20 0 2 0 139275134 10573635584 2480636 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 3498.67 s
Current children cumulated vsize: 10325816 KiB
Current children cumulated memory: 9922544 KiB

[startup+1962.3 s]
/proc/loadavg: 1.81 2.25 3.32 2/248 118792
/proc/meminfo: memFree=119183852/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=8889848 memory=8497828 CPUtime=3588.7 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 3864142 0 0 0 357676 1194 0 0 20 0 2 0 139274059 9103204352 2124457 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 2222462 2124457 3488 6655 0 2175809 0
[pid=118597/tid=118600] ppid=118594 vsize=8889848 memory=8497828 CPUtime=1649.32 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) S 118594 118597 117663 0 -1 4194368 1820957 0 0 0 164114 818 0 0 20 0 2 0 139275134 9103204352 2124457 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 3588.7 s
Current children cumulated vsize: 8889848 KiB
Current children cumulated memory: 8497828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1973.7 s]
/proc/loadavg: 1.68 2.20 3.30 2/248 118792
/proc/meminfo: memFree=119183852/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=8889848 memory=8497828 CPUtime=3600.08 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) R 118594 118597 117663 0 -1 4194304 3864407 0 0 0 358813 1195 0 0 20 0 2 0 139274059 9103204352 2124457 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 2222462 2124457 3488 6655 0 2175809 0
[pid=118597/tid=118600] ppid=118594 vsize=8889848 memory=8497828 CPUtime=1649.32 cores=4,6
/proc/118597/task/118600/stat : 118600 (LSIPExact) S 118594 118597 117663 0 -1 4194368 1820957 0 0 0 164114 818 0 0 20 0 2 0 139275134 9103204352 2124457 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 8889848 KiB
Current children cumulated memory: 8497828 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+1975.8 s]
# the end of solver process 118597 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3588.18 s, system=12.0869 s

[startup+1975.8 s]
# the end of solver process 118795 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3589.7 s, system=12.4793 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+1974.4 s]
/proc/loadavg: 1.63 2.18 3.29 2/249 118795
/proc/meminfo: memFree=120480972/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=6859936 memory=6735564 CPUtime=3600.17 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) S 118594 118597 117663 0 -1 4194304 3894332 0 0 0 358818 1199 0 0 20 0 1 0 139274059 7024574464 1683891 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 1714984 1683891 3520 6655 0 1696453 0
[pid=118795] ppid=118597 vsize=718084 memory=698796 CPUtime=0.57 cores=4,6
/proc/118795/stat : 118795 (Exact) R 118597 118795 118795 0 -1 4194304 62210 0 0 0 40 17 0 0 20 0 1 0 139471439 735318016 174699 18446744073709551615 4198400 8335837 140725642308240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30113792 140725642315961 140725642316315 140725642316315 140725642321871 0
/proc/118795/statm: 179521 174699 960 1011 0 178288 0
Current children cumulated CPU time: 3600.74 s
Current children cumulated vsize: 7578020 KiB
Current children cumulated memory: 7434360 KiB

[startup+1975.2 s]
/proc/loadavg: 1.63 2.18 3.29 2/249 118795
/proc/meminfo: memFree=119941492/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=6859936 memory=6735564 CPUtime=3600.17 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) S 118594 118597 117663 0 -1 4194304 3894332 0 0 0 358818 1199 0 0 20 0 1 0 139274059 7024574464 1683891 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 1714984 1683891 3520 6655 0 1696453 0
[pid=118795] ppid=118597 vsize=1096360 memory=1085208 CPUtime=1.38 cores=4,6
/proc/118795/stat : 118795 (Exact) R 118597 118795 118795 0 -1 4194304 155769 0 0 0 105 33 0 0 20 0 1 0 139471439 1122672640 271302 18446744073709551615 4198400 8335837 140725642308240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30113792 140725642315961 140725642316315 140725642316315 140725642321871 0
/proc/118795/statm: 274090 271302 960 1011 0 272857 0
Current children cumulated CPU time: 3601.55 s
Current children cumulated vsize: 7956296 KiB
Current children cumulated memory: 7820772 KiB

[startup+1975.6 s]
/proc/loadavg: 1.63 2.18 3.29 2/249 118795
/proc/meminfo: memFree=119941492/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=6859936 memory=6735564 CPUtime=3600.17 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) S 118594 118597 117663 0 -1 4194304 3894332 0 0 0 358818 1199 0 0 20 0 1 0 139274059 7024574464 1683891 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 1714984 1683891 3520 6655 0 1696453 0
[pid=118795] ppid=118597 vsize=1164964 memory=1152808 CPUtime=1.77 cores=4,6
/proc/118795/stat : 118795 (Exact) R 118597 118795 118795 0 -1 4194304 165744 0 0 0 142 35 0 0 20 0 1 0 139471439 1192923136 288202 18446744073709551615 4198400 8335837 140725642308240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30113792 140725642315961 140725642316315 140725642316315 140725642321871 0
/proc/118795/statm: 291241 288202 960 1011 0 290008 0
Current children cumulated CPU time: 3601.94 s
Current children cumulated vsize: 8024900 KiB
Current children cumulated memory: 7888372 KiB

[startup+1975.7 s]
/proc/loadavg: 1.63 2.18 3.29 2/249 118795
/proc/meminfo: memFree=119941492/131250000 swapFree=33008100/33010684
[pid=118597] ppid=118594 vsize=6859936 memory=6735564 CPUtime=3600.17 cores=4,6
/proc/118597/stat : 118597 (LSIPExact) S 118594 118597 117663 0 -1 4194304 3894332 0 0 0 358818 1199 0 0 20 0 1 0 139274059 7024574464 1683891 18446744073709551615 94661642723328 94661669980497 140735914086624 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94661678482568 94661678914176 94661688074240 140735914092888 140735914093064 140735914093064 140735914098668 0
/proc/118597/statm: 1714984 1683891 3520 6655 0 1696453 0
[pid=118795] ppid=118597 vsize=1187616 memory=1182216 CPUtime=1.87 cores=4,6
/proc/118795/stat : 118795 (Exact) R 118597 118795 118795 0 -1 4194304 169497 0 0 0 151 36 0 0 20 0 1 0 139471439 1216118784 295554 18446744073709551615 4198400 8335837 140725642308240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30113792 140725642315961 140725642316315 140725642316315 140725642321871 0
/proc/118795/statm: 296904 295554 960 1011 0 295671 0
Current children cumulated CPU time: 3602.04 s
Current children cumulated vsize: 8047552 KiB
Current children cumulated memory: 7917780 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1975.8
CPU time (s): 3602.18
CPU user time (s): 3589.7
CPU system time (s): 12.4793
CPU usage (%): 182.315
Max. virtual memory (cumulated for all children) (KiB): 10563760
Max. memory (cumulated for all children) (KiB): 10084788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.7
system time used= 12.4793
maximum resident set size= 10085044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4063831
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= 755
involuntary context switches= 30271


# summary of solver processes directly reported to runsolver:
#   pid: 118597,118795
#   total CPU time (s): 3602.18
#   total CPU user time (s): 3589.7
#   total CPU system time (s): 12.4793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.90844 second user time and 8.80851 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-11 14:12:45
IDJOB=4527768
IDBENCH=177254
IDSOLVER=3384
FILE ID=nodeC019/4527768-1752235965
RUNJOBID= nodeC019-1752232205-117681
SLURM_JOB_ID= 9682530
Free space on /tmp= 431348 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height37_pigeons36_holes35.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527768-1752235965/watcher-4527768-1752235965 -o /tmp/evaluation-result-4527768-1752235965/solver-4527768-1752235965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1752232205-117681 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527768-1752235965.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= a8850f77d674f2f3b7ac0e06d3d8c373
RANDOM SEED=816111701

nodeC019 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.685
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.37
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.680
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.680
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.37
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		: 3598.773
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120264464 kB
MemAvailable:   122477444 kB
Buffers:             904 kB
Cached:          3012808 kB
SwapCached:          568 kB
Active:          7480760 kB
Inactive:        2850912 kB
Active(anon):    7307556 kB
Inactive(anon):    27364 kB
Active(file):     173204 kB
Inactive(file):  2823548 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66756 kB
Writeback:             0 kB
AnonPages:       7311092 kB
Mapped:           152636 kB
Shmem:             16960 kB
KReclaimable:     110932 kB
Slab:             203248 kB
SReclaimable:     110932 kB
SUnreclaim:        92316 kB
KernelStack:        4308 kB
PageTables:        17612 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8055276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3516416 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431544 MiB
End job on nodeC019 at 2025-07-11 14:45:41